-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(android): bump core min sdk #5503
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like to do changes on android-template (and ios-template) in separate PRs, so it's easier to spot the changes users need to do when updating and we can link the commits in the docs if needed.
For the android/core part, it also needs to be changed on
Line 242 in ba84443
minVersion: '21', |
and
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 21 |
Makes sense, I've adjust the PR |
Guys, why do you manually update the minSdkVersion? What is the problem to give the user some option to set the version by themself? |
addresses: WN-345